home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 1999 May / SGI IRIX 6.5 Applications 1999 May.iso / dist / nss_fasttrack.idb / var / netscape / fasttrack / admin-serv / config / dsgwsearchprefs.conf.z / dsgwsearchprefs.conf
Text File  |  1998-10-13  |  7KB  |  205 lines

  1. # dsgwsearchprefs.conf - directory server gateway search object definitions
  2.  
  3.  
  4. # the current version of this file format is 1
  5. Version 1
  6.  
  7.  
  8. # Name for this search object
  9. People
  10. # options (the only one supported right now is "internal" which means that
  11. #   this search object should not be presented directly to the user)
  12. #   use "" for none
  13. ""
  14. # Label to place before text box user types in
  15. "Search For:"
  16. # Filter prefix to append to all searches
  17. "(&(objectClass=person)"
  18. # Tag to use for "Fewer Choices" searches - from ldapfilter.conf file
  19. "dsgw-people"
  20. # If a search results in > 1 match, retrieve this attribute to help
  21. # user disambiguate the entries...
  22. not-used-by-dsgw
  23. # ...and label it with this string:
  24. not-used-by-dsgw
  25. # Search scope to use when searching
  26. subtree
  27. # Follows a list of "More Choices" search options.  Format is:
  28. # Label, attribute, select-bitmap, extra attr display name, extra attr ldap name
  29. # If last two are null, "Fewer Choices" name/attributes used
  30. "full name"                     cn                 111111  ""  ""
  31. "last name"                     sn                 111111  ""  ""
  32. "phone number"                  "telephoneNumber"  111011  ""  ""
  33. "e-mail address"                "mail"             111111  ""  ""
  34. "user id"                       "uid"              111111  ""  ""
  35. "title"                         title              111111 "" ""
  36. END
  37. # Match types
  38. "is"                       "(%a=%v))"
  39. "is not"                       "(!(%a=%v)))"
  40. "sounds like"                 "(%a~=%v))"
  41. "starts with"                   "(%a=%v*))"
  42. "ends with"                     "(%a=*%v))"
  43. "contains"                      "(%a=*%v*))"
  44. END
  45.  
  46.  
  47. Groups
  48. ""
  49. "Search For:"
  50. "(&(|(objectClass=rfc822MailGroup)(objectClass=groupOfNames)(objectClass=groupOfUniqueNames))"
  51. "dsgw-groups"
  52. not-used-by-dsgw
  53. not-used-by-dsgw
  54. subtree
  55. "name"                       cn                    111111  ""       ""
  56. "description"                   multilineDescription  111011  ""       ""
  57. "owner"                         "owner"               000011  "owner"  "Owner"
  58. "member"                        "member"              000011  ""       ""
  59. "e-mail member"                 "mail"                001011  ""       ""
  60. END
  61. "is"                            "(%a=%v))"
  62. "is not"                        "(!(%a=%v)))"
  63. "sounds like"                "(%a~=%v))"
  64. "starts with"                   "(%a=%v*))"
  65. "ends with"                     "(%a=*%v))"
  66. "contains"                      "(%a=*%v*))"
  67. END
  68.  
  69.  
  70. Organizations
  71. ""
  72. "Search For:"
  73. "(&(objectClass=organization)"
  74. "dsgw-organizations"
  75. not-used-by-dsgw
  76. not-used-by-dsgw
  77. subtree
  78. "name"                          o            111111  ""       ""
  79. "location"                      l            111111  ""       ""
  80. "phone number"                  telephoneNumber        111011  ""       ""
  81. "description"                   description        111011  ""       ""
  82. END
  83. "is"                       "(%a=%v))"
  84. "is not"                       "(!(%a=%v)))"
  85. "sounds like"                 "(%a~=%v))"
  86. "starts with"                   "(%a=%v*))"
  87. "ends with"                     "(%a=*%v))"
  88. "contains"                      "(%a=*%v*))"
  89. END
  90.  
  91.  
  92. "Org-Units"
  93. ""
  94. "Search For:"
  95. "(&(objectClass=organizationalUnit)"
  96. "dsgw-orgunits"
  97. not-used-by-dsgw
  98. not-used-by-dsgw
  99. subtree
  100. "name"                          ou            111111  ""       ""
  101. "location"                      l            111111  ""       ""
  102. "phone number"                  telephoneNumber        111011  ""       ""
  103. "description"                   description        111011  ""       ""
  104. END
  105. "is"                       "(%a=%v))"
  106. "is not"                       "(!(%a=%v)))"
  107. "sounds like"                 "(%a~=%v))"
  108. "starts with"                   "(%a=%v*))"
  109. "ends with"                     "(%a=*%v))"
  110. "contains"                      "(%a=*%v*))"
  111. END
  112.  
  113. Anything
  114. ""
  115. "Search For:"
  116. ""
  117. "dsgw-anything"
  118. not-used-by-dsgw
  119. not-used-by-dsgw
  120. subtree
  121. "name"                         cn                    111111  ""       ""
  122. "description"                   description           111011  ""       ""
  123. END
  124. "is"                       "(%a=%v)"
  125. "is not"                       "(!(%a=%v))"
  126. "sounds like"                   "(%a~=%v)"
  127. "starts with"                   "(%a=%v*)"
  128. "ends with"                     "(%a=*%v)"
  129. "contains"                      "(%a=*%v*)"
  130. END
  131.  
  132. Auth
  133. internal
  134. "Authenticate As:"
  135. # Filter prefix to append to all searches
  136. "(&(objectClass=person)"
  137. # Tag to use for "Fewer Choices" searches - from ldapfilter.conf file
  138. "dsgw-people"
  139. # If a search results in > 1 match, retrieve this attribute to help
  140. # user disambiguate the entries...
  141. not-used-by-dsgw
  142. # ...and label it with this string:
  143. not-used-by-dsgw
  144. # Search scope to use when searching
  145. subtree
  146. # Follows a list of "More Choices" search options.  Format is:
  147. # Label, attribute, select-bitmap, extra attr display name, extra attr ldap name
  148. # If last two are null, "Fewer Choices" name/attributes used
  149. "common name"                   cn                 111111  ""  ""
  150. "surname"                       sn                 111111  ""  ""
  151. "phone number"                 "telephoneNumber"  111011  ""  ""
  152. "e-mail address"                "mail"             111111  ""  ""
  153. "user id"                       "uid"              111111  ""  ""
  154. "title"                         title              111111 "" ""
  155. END
  156. # Match types
  157. "is"                       "(%a=%v))"
  158. "is not"                       "(!(%a=%v)))"
  159. "sounds like"                 "(%a~=%v))"
  160. "starts with"                   "(%a=%v*))"
  161. "ends with"                     "(%a=*%v))"
  162. "contains"                      "(%a=*%v*))"
  163. END
  164.  
  165.  
  166. # Name for this search object
  167. "NT-People"
  168. #options
  169. ""
  170. # Label to place before text box user types in
  171. "Search For:"
  172. # Filter prefix to append to all searches
  173. "(&(objectClass=ntuser)"
  174. # Tag to use for "Fewer Choices" searches - from ldapfilter.conf file
  175. "dsgw-ntpeople"
  176. # If a search results in > 1 match, retrieve this attribute to help
  177. # user disambiguate the entries...
  178. not-used-by-dsgw
  179. # ...and label it with this string:
  180. not-used-by-dsgw
  181. # Search scope to use when searching
  182. subtree
  183. # Follows a list of "More Choices" search options.  Format is:
  184. # Label, attribute, select-bitmap, extra attr display name, extra attr ldap name
  185. # If last two are null, "Fewer Choices" name/attributes used
  186. "full name"                     cn                 111111  ""  ""
  187. "last name"                     sn                 111111  ""  ""
  188. "phone number"                  "telephoneNumber"  111011  ""  ""
  189. "e-mail address"                "mail"             111111  ""  ""
  190. "user id"                       "uid"              111111  ""  ""
  191. "title"                         title              111111 "" ""
  192. "NT username"                   "uid"              111111 "" ""
  193. "NT Domain"                     "ntuserdomainid"   111111 "" ""
  194. "NT logon server"               "ntuserlogonserver" 111111 "" ""
  195. END
  196. # Match types
  197. "is"                       "(%a=%v))"
  198. "is not"                       "(!(%a=%v)))"
  199. "sounds like"                 "(%a~=%v))"
  200. "starts with"                   "(%a=%v*))"
  201. "ends with"                     "(%a=*%v))"
  202. "contains"                      "(%a=*%v*))"
  203. END
  204.  
  205.